Html Css Color HEX #CEFA1C Electric Lime

📋 copy color: '#CEFA1C'

red 206 ◦ green 250 ◦ blue 28

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

Shades of Electric Lime #CEFA1C

Tints of Electric Lime #CEFA1C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.65%

 BLUE value IS 28 (11.33% from 255) = 5.79%

R = 42.56%
G = 51.65%
B = 5.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#CEFA1C (or 0xCEFA1C) is known color: Electric Lime. HEX triplet: CE, FA and 1C. RGB value is (206,250,28). Sum of RGB (Red+Green+Blue) = 206+250+28=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA1C is #3105E3. Grayscale: #D4D4D4. Windows color (decimal): -3212772 or 1899214. OLE color: 1899214.

HSL color Cylindrical-coordinate representation of color #CEFA1C: hue angle of 71.89º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEFA1C is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 28 -
CMYK 0.18 0 0.89 0.02
HSL 71.89º 0.96% 0.55% -
HSV(B) 71.89º 0.89% 0.98% -
XYZ 59.85 81.58 13.69 -
YUV 211.54 24.42 124.05 -
System Red Green Blue C M Y K H S L
Decimal 206 250 28 0.18 0 0.89 0.02 71.89 0.96 0.55
Hex CE FA 1C 12 0 59 2 48 60 37
Octal 316 372 34 22 0 131 2 110 140 67
Binary 11001110 11111010 11100 10010 0 1011001 10 1001000 1100000 110111

Color Harmonies of #CEFA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA1C

Black with #CEFA1C

Text Example


Text Example

White with #CEFA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA1C; }

 p { color: rgb(206,250,28); }

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

background-color css

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

 a { background-color: rgb(206,250,28); }

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

border-color css

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

 span { border-color: rgb(206,250,28); }

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