Html Css Color HEX #CEFA0E Electric Lime

📋 copy color: '#CEFA0E'

red 206 ◦ green 250 ◦ blue 14

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

Shades of Electric Lime #CEFA0E

Tints of Electric Lime #CEFA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.98%

R = 43.83%
G = 53.19%
B = 2.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#CEFA0E (or 0xCEFA0E) is known color: Electric Lime. HEX triplet: CE, FA and 0E. RGB value is (206,250,14). Sum of RGB (Red+Green+Blue) = 206+250+14=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 14 (5.86% from 255 or 2.98% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA0E is #3105F1. Grayscale: #D2D2D2. Windows color (decimal): -3212786 or 981710. OLE color: 981710.

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

Color convert

RGB 206 250 14 -
CMYK 0.18 0 0.94 0.02
HSL 71.19º 0.96% 0.52% -
HSV(B) 71.19º 0.94% 0.98% -
XYZ 59.72 81.52 13 -
YUV 209.94 17.42 125.19 -
System Red Green Blue C M Y K H S L
Decimal 206 250 14 0.18 0 0.94 0.02 71.19 0.96 0.52
Hex CE FA E 12 0 5E 2 47 60 34
Octal 316 372 16 22 0 136 2 107 140 64
Binary 11001110 11111010 1110 10010 0 1011110 10 1000111 1100000 110100

Color Harmonies of #CEFA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA0E

Black with #CEFA0E

Text Example


Text Example

White with #CEFA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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