Html Css Color HEX #CEFA19 Electric Lime

📋 copy color: '#CEFA19'

red 206 ◦ green 250 ◦ blue 25

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

Shades of Electric Lime #CEFA19

Tints of Electric Lime #CEFA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.2%

R = 42.83%
G = 51.98%
B = 5.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#CEFA19 (or 0xCEFA19) is known color: Electric Lime. HEX triplet: CE, FA and 19. RGB value is (206,250,25). Sum of RGB (Red+Green+Blue) = 206+250+25=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 25 (10.16% from 255 or 5.20% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA19 is #3105E6. Grayscale: #D4D4D4. Windows color (decimal): -3212775 or 1702606. OLE color: 1702606.

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

Color convert

RGB 206 250 25 -
CMYK 0.18 0 0.9 0.02
HSL 71.73º 0.96% 0.54% -
HSV(B) 71.73º 0.9% 0.98% -
XYZ 59.81 81.56 13.51 -
YUV 211.19 22.92 124.3 -
System Red Green Blue C M Y K H S L
Decimal 206 250 25 0.18 0 0.9 0.02 71.73 0.96 0.54
Hex CE FA 19 12 0 5A 2 48 60 36
Octal 316 372 31 22 0 132 2 110 140 66
Binary 11001110 11111010 11001 10010 0 1011010 10 1001000 1100000 110110

Color Harmonies of #CEFA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA19

Black with #CEFA19

Text Example


Text Example

White with #CEFA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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