Html Css Color HEX #CEF217 Electric Lime

📋 copy color: '#CEF217'

red 206 ◦ green 242 ◦ blue 23

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

Shades of Electric Lime #CEF217

Tints of Electric Lime #CEF217

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.38%

 BLUE value IS 23 (9.38% from 255) = 4.88%

R = 43.74%
G = 51.38%
B = 4.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#CEF217 (or 0xCEF217) is known color: Electric Lime. HEX triplet: CE, F2 and 17. RGB value is (206,242,23). Sum of RGB (Red+Green+Blue) = 206+242+23=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 23 (9.38% from 255 or 4.88% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF217 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF217 is #310DE8. Grayscale: #CFCFCF. Windows color (decimal): -3214825 or 1569486. OLE color: 1569486.

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

Color convert

RGB 206 242 23 -
CMYK 0.15 0 0.90 0.05
HSL 69.86º 0.89% 0.52% -
HSV(B) 69.86º 0.9% 0.95% -
XYZ 57.36 76.69 12.59 -
YUV 206.27 24.57 127.81 -
System Red Green Blue C M Y K H S L
Decimal 206 242 23 0.15 0 0.90 0.05 69.86 0.89 0.52
Hex CE F2 17 F 0 5A 5 46 59 34
Octal 316 362 27 17 0 132 5 106 131 64
Binary 11001110 11110010 10111 1111 0 1011010 101 1000110 1011001 110100

Color Harmonies of #CEF217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF217

Black with #CEF217

Text Example


Text Example

White with #CEF217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF217; }

 p { color: rgb(206,242,23); }

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

background-color css

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

 a { background-color: rgb(206,242,23); }

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

border-color css

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

 span { border-color: rgb(206,242,23); }

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