Html Css Color HEX #CAEA0B Electric Lime

📋 copy color: '#CAEA0B'

red 202 ◦ green 234 ◦ blue 11

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

Shades of Electric Lime #CAEA0B

Tints of Electric Lime #CAEA0B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.35%

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

R = 45.19%
G = 52.35%
B = 2.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#CAEA0B (or 0xCAEA0B) is known color: Electric Lime. HEX triplet: CA, EA and 0B. RGB value is (202,234,11). Sum of RGB (Red+Green+Blue) = 202+234+11=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAEA0B is #3515F4. Grayscale: #C7C7C7. Windows color (decimal): -3479029 or 781002. OLE color: 781002.

HSL color Cylindrical-coordinate representation of color #CAEA0B: hue angle of 68.61º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAEA0B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 234 11 -
CMYK 0.14 0 0.95 0.08
HSL 68.61º 0.91% 0.48% -
HSV(B) 68.61º 0.95% 0.92% -
XYZ 53.84 71.43 11.27 -
YUV 199.01 21.9 130.13 -
System Red Green Blue C M Y K H S L
Decimal 202 234 11 0.14 0 0.95 0.08 68.61 0.91 0.48
Hex CA EA B E 0 5F 8 45 5B 30
Octal 312 352 13 16 0 137 10 105 133 60
Binary 11001010 11101010 1011 1110 0 1011111 1000 1000101 1011011 110000

Color Harmonies of #CAEA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEA0B

Black with #CAEA0B

Text Example


Text Example

White with #CAEA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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