Html Css Color HEX #CAFF1B Electric Lime

📋 copy color: '#CAFF1B'

red 202 ◦ green 255 ◦ blue 27

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

Shades of Electric Lime #CAFF1B

Tints of Electric Lime #CAFF1B

RGB

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

 GREEN value IS 255 (100% from 255) = 52.69%

 BLUE value IS 27 (10.94% from 255) = 5.58%

R = 41.74%
G = 52.69%
B = 5.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#CAFF1B (or 0xCAFF1B) is known color: Electric Lime. HEX triplet: CA, FF and 1B. RGB value is (202,255,27). Sum of RGB (Red+Green+Blue) = 202+255+27=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 27 (10.94% from 255 or 5.58% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFF1B is #3500E4. Grayscale: #D6D6D6. Windows color (decimal): -3473637 or 1834954. OLE color: 1834954.

HSL color Cylindrical-coordinate representation of color #CAFF1B: hue angle of 73.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAFF1B is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 202 255 27 -
CMYK 0.21 0 0.89 0
HSL 73.95º 1% 0.55% -
HSV(B) 73.95º 0.89% 1% -
XYZ 60.31 84.16 14.1 -
YUV 213.16 22.94 120.04 -
System Red Green Blue C M Y K H S L
Decimal 202 255 27 0.21 0 0.89 0 73.95 1 0.55
Hex CA FF 1B 15 0 59 0 4A 64 37
Octal 312 377 33 25 0 131 0 112 144 67
Binary 11001010 11111111 11011 10101 0 1011001 0 1001010 1100100 110111

Color Harmonies of #CAFF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFF1B

Black with #CAFF1B

Text Example


Text Example

White with #CAFF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFF1B; }

 p { color: rgb(202,255,27); }

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

background-color css

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

 a { background-color: rgb(202,255,27); }

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

border-color css

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

 span { border-color: rgb(202,255,27); }

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