Html Css Color HEX #CFE50F Electric Lime

📋 copy color: '#CFE50F'

red 207 ◦ green 229 ◦ blue 15

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

Shades of Electric Lime #CFE50F

Tints of Electric Lime #CFE50F

RGB

 RED value IS 207 (81.25% from 255) = 45.9%

 GREEN value IS 229 (89.84% from 255) = 50.78%

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

R = 45.9%
G = 50.78%
B = 3.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#CFE50F (or 0xCFE50F) is known color: Electric Lime. HEX triplet: CF, E5 and 0F. RGB value is (207,229,15). Sum of RGB (Red+Green+Blue) = 207+229+15=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE50F is #301AF0. Grayscale: #C6C6C6. Windows color (decimal): -3152625 or 1041871. OLE color: 1041871.

HSL color Cylindrical-coordinate representation of color #CFE50F: hue angle of 66.17º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFE50F is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 15 -
CMYK 0.10 0 0.93 0.10
HSL 66.17º 0.88% 0.48% -
HSV(B) 66.17º 0.93% 0.9% -
XYZ 53.84 69.34 11 -
YUV 198.03 24.71 134.4 -
System Red Green Blue C M Y K H S L
Decimal 207 229 15 0.10 0 0.93 0.10 66.17 0.88 0.48
Hex CF E5 F A 0 5D A 42 58 30
Octal 317 345 17 12 0 135 12 102 130 60
Binary 11001111 11100101 1111 1010 0 1011101 1010 1000010 1011000 110000

Color Harmonies of #CFE50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE50F

Black with #CFE50F

Text Example


Text Example

White with #CFE50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE50F; }

 p { color: rgb(207,229,15); }

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

background-color css

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

 a { background-color: rgb(207,229,15); }

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

border-color css

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

 span { border-color: rgb(207,229,15); }

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