Html Css Color HEX #CEFA15 Electric Lime

📋 copy color: '#CEFA15'

red 206 ◦ green 250 ◦ blue 21

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

Shades of Electric Lime #CEFA15

Tints of Electric Lime #CEFA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.4%

R = 43.19%
G = 52.41%
B = 4.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#CEFA15 (or 0xCEFA15) is known color: Electric Lime. HEX triplet: CE, FA and 15. RGB value is (206,250,21). Sum of RGB (Red+Green+Blue) = 206+250+21=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA15 is #3105EA. Grayscale: #D3D3D3. Windows color (decimal): -3212779 or 1440462. OLE color: 1440462.

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

Color convert

RGB 206 250 21 -
CMYK 0.18 0 0.92 0.02
HSL 71.53º 0.96% 0.53% -
HSV(B) 71.53º 0.92% 0.98% -
XYZ 59.77 81.55 13.3 -
YUV 210.74 20.92 124.62 -
System Red Green Blue C M Y K H S L
Decimal 206 250 21 0.18 0 0.92 0.02 71.53 0.96 0.53
Hex CE FA 15 12 0 5C 2 48 60 35
Octal 316 372 25 22 0 134 2 110 140 65
Binary 11001110 11111010 10101 10010 0 1011100 10 1001000 1100000 110101

Color Harmonies of #CEFA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA15

Black with #CEFA15

Text Example


Text Example

White with #CEFA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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