Html Css Color HEX #CAF90B Electric Lime

📋 copy color: '#CAF90B'

red 202 ◦ green 249 ◦ blue 11

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

Shades of Electric Lime #CAF90B

Tints of Electric Lime #CAF90B

RGB

 RED value IS 202 (79.3% from 255) = 43.72%

 GREEN value IS 249 (97.66% from 255) = 53.9%

 BLUE value IS 11 (4.69% from 255) = 2.38%

R = 43.72%
G = 53.9%
B = 2.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#CAF90B (or 0xCAF90B) is known color: Electric Lime. HEX triplet: CA, F9 and 0B. RGB value is (202,249,11). Sum of RGB (Red+Green+Blue) = 202+249+11=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF90B is #3506F4. Grayscale: #D0D0D0. Windows color (decimal): -3475189 or 784842. OLE color: 784842.

HSL color Cylindrical-coordinate representation of color #CAF90B: hue angle of 71.85º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAF90B is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 11 -
CMYK 0.19 0 0.96 0.02
HSL 71.85º 0.95% 0.51% -
HSV(B) 71.85º 0.96% 0.98% -
XYZ 58.29 80.33 12.75 -
YUV 207.82 16.93 123.85 -
System Red Green Blue C M Y K H S L
Decimal 202 249 11 0.19 0 0.96 0.02 71.85 0.95 0.51
Hex CA F9 B 13 0 60 2 48 5F 33
Octal 312 371 13 23 0 140 2 110 137 63
Binary 11001010 11111001 1011 10011 0 1100000 10 1001000 1011111 110011

Color Harmonies of #CAF90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF90B

Black with #CAF90B

Text Example


Text Example

White with #CAF90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF90B; }

 p { color: rgb(202,249,11); }

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

background-color css

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

 a { background-color: rgb(202,249,11); }

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

border-color css

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

 span { border-color: rgb(202,249,11); }

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