Html Css Color HEX #7CCB02 Lima

📋 copy color: '#7CCB02'

red 124 ◦ green 203 ◦ blue 2

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

Shades of Lima #7CCB02

Tints of Lima #7CCB02

RGB

 RED value IS 124 (48.83% from 255) = 37.69%

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

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

R = 37.69%
G = 61.7%
B = 0.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#7CCB02 (or 0x7CCB02) is known color: Lima. HEX triplet: 7C, CB and 02. RGB value is (124,203,2). Sum of RGB (Red+Green+Blue) = 124+203+2=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCB02 is #8334FD. Grayscale: #9D9D9D. Windows color (decimal): -8598782 or 183164. OLE color: 183164.

HSL color Cylindrical-coordinate representation of color #7CCB02: hue angle of 83.58º 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 #7CCB02 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 203 2 -
CMYK 0.39 0 0.99 0.20
HSL 83.58º 0.98% 0.4% -
HSV(B) 83.58º 0.99% 0.8% -
XYZ 29.68 47 7.57 -
YUV 156.47 40.83 104.84 -
System Red Green Blue C M Y K H S L
Decimal 124 203 2 0.39 0 0.99 0.20 83.58 0.98 0.4
Hex 7C CB 2 27 0 63 14 54 62 28
Octal 174 313 2 47 0 143 24 124 142 50
Binary 1111100 11001011 10 100111 0 1100011 10100 1010100 1100010 101000

Color Harmonies of #7CCB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCB02

Black with #7CCB02

Text Example


Text Example

White with #7CCB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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