Html Css Color HEX #CEF00A Electric Lime

📋 copy color: '#CEF00A'

red 206 ◦ green 240 ◦ blue 10

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

Shades of Electric Lime #CEF00A

Tints of Electric Lime #CEF00A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.63%

 BLUE value IS 10 (4.3% from 255) = 2.19%

R = 45.18%
G = 52.63%
B = 2.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#CEF00A (or 0xCEF00A) is known color: Electric Lime. HEX triplet: CE, F0 and 0A. RGB value is (206,240,10). Sum of RGB (Red+Green+Blue) = 206+240+10=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF00A is #310FF5. Grayscale: #CCCCCC. Windows color (decimal): -3215350 or 717006. OLE color: 717006.

HSL color Cylindrical-coordinate representation of color #CEF00A: hue angle of 68.87º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEF00A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 10 -
CMYK 0.14 0 0.96 0.06
HSL 68.87º 0.92% 0.49% -
HSV(B) 68.87º 0.96% 0.94% -
XYZ 56.67 75.46 11.87 -
YUV 203.61 18.74 129.7 -
System Red Green Blue C M Y K H S L
Decimal 206 240 10 0.14 0 0.96 0.06 68.87 0.92 0.49
Hex CE F0 A E 0 60 6 45 5C 31
Octal 316 360 12 16 0 140 6 105 134 61
Binary 11001110 11110000 1010 1110 0 1100000 110 1000101 1011100 110001

Color Harmonies of #CEF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF00A

Black with #CEF00A

Text Example


Text Example

White with #CEF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF00A; }

 p { color: rgb(206,240,10); }

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

background-color css

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

 a { background-color: rgb(206,240,10); }

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

border-color css

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

 span { border-color: rgb(206,240,10); }

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