Html Css Color HEX #CEFA0F Electric Lime

📋 copy color: '#CEFA0F'

red 206 ◦ green 250 ◦ blue 15

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

Shades of Electric Lime #CEFA0F

Tints of Electric Lime #CEFA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.18%

R = 43.74%
G = 53.08%
B = 3.18%

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

#CEFA0F (or 0xCEFA0F) is known color: Electric Lime. HEX triplet: CE, FA and 0F. RGB value is (206,250,15). Sum of RGB (Red+Green+Blue) = 206+250+15=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 15 (6.25% from 255 or 3.18% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA0F is #3105F0. Grayscale: #D2D2D2. Windows color (decimal): -3212785 or 1047246. OLE color: 1047246.

HSL color Cylindrical-coordinate representation of color #CEFA0F: hue angle of 71.23º 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 #CEFA0F is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 15 -
CMYK 0.18 0 0.94 0.02
HSL 71.23º 0.96% 0.52% -
HSV(B) 71.23º 0.94% 0.98% -
XYZ 59.73 81.53 13.04 -
YUV 210.05 17.92 125.11 -
System Red Green Blue C M Y K H S L
Decimal 206 250 15 0.18 0 0.94 0.02 71.23 0.96 0.52
Hex CE FA F 12 0 5E 2 47 60 34
Octal 316 372 17 22 0 136 2 107 140 64
Binary 11001110 11111010 1111 10010 0 1011110 10 1000111 1100000 110100

Color Harmonies of #CEFA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA0F

Black with #CEFA0F

Text Example


Text Example

White with #CEFA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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