Html Css Color HEX #CAF30F Electric Lime

📋 copy color: '#CAF30F'

red 202 ◦ green 243 ◦ blue 15

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

Shades of Electric Lime #CAF30F

Tints of Electric Lime #CAF30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.26%

R = 43.91%
G = 52.83%
B = 3.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#CAF30F (or 0xCAF30F) is known color: Electric Lime. HEX triplet: CA, F3 and 0F. RGB value is (202,243,15). Sum of RGB (Red+Green+Blue) = 202+243+15=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF30F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF30F is #350CF0. Grayscale: #CDCDCD. Windows color (decimal): -3476721 or 1045450. OLE color: 1045450.

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

Color convert

RGB 202 243 15 -
CMYK 0.17 0 0.94 0.05
HSL 70.79º 0.9% 0.51% -
HSV(B) 70.79º 0.94% 0.95% -
XYZ 56.49 76.69 12.28 -
YUV 204.75 20.92 126.04 -
System Red Green Blue C M Y K H S L
Decimal 202 243 15 0.17 0 0.94 0.05 70.79 0.9 0.51
Hex CA F3 F 11 0 5E 5 47 5A 33
Octal 312 363 17 21 0 136 5 107 132 63
Binary 11001010 11110011 1111 10001 0 1011110 101 1000111 1011010 110011

Color Harmonies of #CAF30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF30F

Black with #CAF30F

Text Example


Text Example

White with #CAF30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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