Html Css Color HEX #7DC02B Lima

📋 copy color: '#7DC02B'

red 125 ◦ green 192 ◦ blue 43

#7DC02B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7DC02B

Tints of Lima #7DC02B

RGB

 RED value IS 125 (49.22% from 255) = 34.72%

 GREEN value IS 192 (75.39% from 255) = 53.33%

 BLUE value IS 43 (17.19% from 255) = 11.94%

R = 34.72%
G = 53.33%
B = 11.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7DC02B (or 0x7DC02B) is known color: Lima. HEX triplet: 7D, C0 and 2B. RGB value is (125,192,43). Sum of RGB (Red+Green+Blue) = 125+192+43=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC02B is #823FD4. Grayscale: #9B9B9B. Windows color (decimal): -8536021 or 2867325. OLE color: 2867325.

HSL color Cylindrical-coordinate representation of color #7DC02B: hue angle of 86.98º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7DC02B is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 43 -
CMYK 0.35 0 0.78 0.25
HSL 86.98º 0.63% 0.46% -
HSV(B) 86.98º 0.78% 0.75% -
XYZ 27.74 42.23 8.98 -
YUV 154.98 64.8 106.62 -
System Red Green Blue C M Y K H S L
Decimal 125 192 43 0.35 0 0.78 0.25 86.98 0.63 0.46
Hex 7D C0 2B 23 0 4E 19 57 3F 2E
Octal 175 300 53 43 0 116 31 127 77 56
Binary 1111101 11000000 101011 100011 0 1001110 11001 1010111 111111 101110

Color Harmonies of #7DC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC02B

Black with #7DC02B

Text Example


Text Example

White with #7DC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DC02B; }

 p { color: rgb(125,192,43); }

 H1.HeaderClassName
 {
   color: #7DC02B;
 }
 .AnyTagClassName
 {
   color: #7DC02B;
 }
</style>

background-color css

<style>
 a { background-color: #7DC02B; }

 a { background-color: rgb(125,192,43); }

 div.DivClassName
 {
   background-color: #7DC02B;
 }
 .BgClassName
 {
   background-color: #7DC02B;
 }
</style>

border-color css

<style>
 span { border-color: #7DC02B; }

 span { border-color: rgb(125,192,43); }

 td.TdClassName
 {
   border-color: #7DC02B;
 }
 .TagClassName
 {
   border-color: #7DC02B;
 }
</style>