Html Css Color HEX #CEFA06 Electric Lime

📋 copy color: '#CEFA06'

red 206 ◦ green 250 ◦ blue 6

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

Shades of Electric Lime #CEFA06

Tints of Electric Lime #CEFA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.3%

R = 44.59%
G = 54.11%
B = 1.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#CEFA06 (or 0xCEFA06) is known color: Electric Lime. HEX triplet: CE, FA and 06. RGB value is (206,250,6). Sum of RGB (Red+Green+Blue) = 206+250+6=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 6 (2.73% from 255 or 1.30% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA06 is #3105F9. Grayscale: #D1D1D1. Windows color (decimal): -3212794 or 457422. OLE color: 457422.

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

Color convert

RGB 206 250 6 -
CMYK 0.18 0 0.98 0.02
HSL 70.82º 0.96% 0.5% -
HSV(B) 70.82º 0.98% 0.98% -
XYZ 59.67 81.51 12.76 -
YUV 209.03 13.42 125.84 -
System Red Green Blue C M Y K H S L
Decimal 206 250 6 0.18 0 0.98 0.02 70.82 0.96 0.5
Hex CE FA 6 12 0 62 2 47 60 32
Octal 316 372 6 22 0 142 2 107 140 62
Binary 11001110 11111010 110 10010 0 1100010 10 1000111 1100000 110010

Color Harmonies of #CEFA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA06

Black with #CEFA06

Text Example


Text Example

White with #CEFA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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