Html Css Color HEX #CEFA12 Electric Lime

📋 copy color: '#CEFA12'

red 206 ◦ green 250 ◦ blue 18

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

Shades of Electric Lime #CEFA12

Tints of Electric Lime #CEFA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.8%

R = 43.46%
G = 52.74%
B = 3.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#CEFA12 (or 0xCEFA12) is known color: Electric Lime. HEX triplet: CE, FA and 12. RGB value is (206,250,18). Sum of RGB (Red+Green+Blue) = 206+250+18=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA12 is #3105ED. Grayscale: #D3D3D3. Windows color (decimal): -3212782 or 1243854. OLE color: 1243854.

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

Color convert

RGB 206 250 18 -
CMYK 0.18 0 0.93 0.02
HSL 71.38º 0.96% 0.53% -
HSV(B) 71.38º 0.93% 0.98% -
XYZ 59.75 81.54 13.16 -
YUV 210.4 19.42 124.86 -
System Red Green Blue C M Y K H S L
Decimal 206 250 18 0.18 0 0.93 0.02 71.38 0.96 0.53
Hex CE FA 12 12 0 5D 2 47 60 35
Octal 316 372 22 22 0 135 2 107 140 65
Binary 11001110 11111010 10010 10010 0 1011101 10 1000111 1100000 110101

Color Harmonies of #CEFA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA12

Black with #CEFA12

Text Example


Text Example

White with #CEFA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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