Html Css Color HEX #7DCB02 Lima

📋 copy color: '#7DCB02'

red 125 ◦ green 203 ◦ blue 2

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

Shades of Lima #7DCB02

Tints of Lima #7DCB02

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.52%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 37.88%
G = 61.52%
B = 0.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#7DCB02 (or 0x7DCB02) is known color: Lima. HEX triplet: 7D, CB and 02. RGB value is (125,203,2). Sum of RGB (Red+Green+Blue) = 125+203+2=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCB02 is #8234FD. Grayscale: #9D9D9D. Windows color (decimal): -8533246 or 183165. OLE color: 183165.

HSL color Cylindrical-coordinate representation of color #7DCB02: hue angle of 83.28º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DCB02 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 203 2 -
CMYK 0.38 0 0.99 0.20
HSL 83.28º 0.98% 0.4% -
HSV(B) 83.28º 0.99% 0.8% -
XYZ 29.82 47.08 7.57 -
YUV 156.76 40.66 105.34 -
System Red Green Blue C M Y K H S L
Decimal 125 203 2 0.38 0 0.99 0.20 83.28 0.98 0.4
Hex 7D CB 2 26 0 63 14 53 62 28
Octal 175 313 2 46 0 143 24 123 142 50
Binary 1111101 11001011 10 100110 0 1100011 10100 1010011 1100010 101000

Color Harmonies of #7DCB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCB02

Black with #7DCB02

Text Example


Text Example

White with #7DCB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,203,2); }

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

background-color css

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

 a { background-color: rgb(125,203,2); }

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

border-color css

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

 span { border-color: rgb(125,203,2); }

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