Html Css Color HEX #CAF315 Electric Lime

📋 copy color: '#CAF315'

red 202 ◦ green 243 ◦ blue 21

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

Shades of Electric Lime #CAF315

Tints of Electric Lime #CAF315

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.15%

 BLUE value IS 21 (8.59% from 255) = 4.51%

R = 43.35%
G = 52.15%
B = 4.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CAF315 (or 0xCAF315) is known color: Electric Lime. HEX triplet: CA, F3 and 15. RGB value is (202,243,21). Sum of RGB (Red+Green+Blue) = 202+243+21=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF315 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF315 is #350CEA. Grayscale: #CECECE. Windows color (decimal): -3476715 or 1438666. OLE color: 1438666.

HSL color Cylindrical-coordinate representation of color #CAF315: hue angle of 71.08º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAF315 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 21 -
CMYK 0.17 0 0.91 0.05
HSL 71.08º 0.9% 0.52% -
HSV(B) 71.08º 0.91% 0.95% -
XYZ 56.54 76.71 12.54 -
YUV 205.43 23.92 125.55 -
System Red Green Blue C M Y K H S L
Decimal 202 243 21 0.17 0 0.91 0.05 71.08 0.9 0.52
Hex CA F3 15 11 0 5B 5 47 5A 34
Octal 312 363 25 21 0 133 5 107 132 64
Binary 11001010 11110011 10101 10001 0 1011011 101 1000111 1011010 110100

Color Harmonies of #CAF315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF315

Black with #CAF315

Text Example


Text Example

White with #CAF315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF315; }

 p { color: rgb(202,243,21); }

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

background-color css

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

 a { background-color: rgb(202,243,21); }

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

border-color css

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

 span { border-color: rgb(202,243,21); }

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