Html Css Color HEX #CEFD1A Electric Lime

📋 copy color: '#CEFD1A'

red 206 ◦ green 253 ◦ blue 26

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

Shades of Electric Lime #CEFD1A

Tints of Electric Lime #CEFD1A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.16%

 BLUE value IS 26 (10.55% from 255) = 5.36%

R = 42.47%
G = 52.16%
B = 5.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#CEFD1A (or 0xCEFD1A) is known color: Electric Lime. HEX triplet: CE, FD and 1A. RGB value is (206,253,26). Sum of RGB (Red+Green+Blue) = 206+253+26=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD1A is #3102E5. Grayscale: #D5D5D5. Windows color (decimal): -3212006 or 1768910. OLE color: 1768910.

HSL color Cylindrical-coordinate representation of color #CEFD1A: hue angle of 72.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEFD1A is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 253 26 -
CMYK 0.19 0 0.90 0.01
HSL 72.42º 0.98% 0.55% -
HSV(B) 72.42º 0.9% 0.99% -
XYZ 60.77 83.45 13.88 -
YUV 213.07 22.43 122.96 -
System Red Green Blue C M Y K H S L
Decimal 206 253 26 0.19 0 0.90 0.01 72.42 0.98 0.55
Hex CE FD 1A 13 0 5A 1 48 62 37
Octal 316 375 32 23 0 132 1 110 142 67
Binary 11001110 11111101 11010 10011 0 1011010 1 1001000 1100010 110111

Color Harmonies of #CEFD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD1A

Black with #CEFD1A

Text Example


Text Example

White with #CEFD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD1A; }

 p { color: rgb(206,253,26); }

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

background-color css

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

 a { background-color: rgb(206,253,26); }

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

border-color css

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

 span { border-color: rgb(206,253,26); }

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