Html Css Color HEX #CEF115 Electric Lime

📋 copy color: '#CEF115'

red 206 ◦ green 241 ◦ blue 21

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

Shades of Electric Lime #CEF115

Tints of Electric Lime #CEF115

RGB

 RED value IS 206 (80.86% from 255) = 44.02%

 GREEN value IS 241 (94.53% from 255) = 51.5%

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

R = 44.02%
G = 51.5%
B = 4.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CEF115 (or 0xCEF115) is known color: Electric Lime. HEX triplet: CE, F1 and 15. RGB value is (206,241,21). Sum of RGB (Red+Green+Blue) = 206+241+21=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF115 is #310EEA. Grayscale: #CECECE. Windows color (decimal): -3215083 or 1438158. OLE color: 1438158.

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

Color convert

RGB 206 241 21 -
CMYK 0.15 0 0.91 0.05
HSL 69.55º 0.89% 0.51% -
HSV(B) 69.55º 0.91% 0.95% -
XYZ 57.04 76.09 12.39 -
YUV 205.46 23.9 128.39 -
System Red Green Blue C M Y K H S L
Decimal 206 241 21 0.15 0 0.91 0.05 69.55 0.89 0.51
Hex CE F1 15 F 0 5B 5 46 59 33
Octal 316 361 25 17 0 133 5 106 131 63
Binary 11001110 11110001 10101 1111 0 1011011 101 1000110 1011001 110011

Color Harmonies of #CEF115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF115

Black with #CEF115

Text Example


Text Example

White with #CEF115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF115; }

 p { color: rgb(206,241,21); }

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

background-color css

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

 a { background-color: rgb(206,241,21); }

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

border-color css

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

 span { border-color: rgb(206,241,21); }

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