Html Css Color HEX #CEFA0D Electric Lime

📋 copy color: '#CEFA0D'

red 206 ◦ green 250 ◦ blue 13

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

Shades of Electric Lime #CEFA0D

Tints of Electric Lime #CEFA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.77%

R = 43.92%
G = 53.3%
B = 2.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#CEFA0D (or 0xCEFA0D) is known color: Electric Lime. HEX triplet: CE, FA and 0D. RGB value is (206,250,13). Sum of RGB (Red+Green+Blue) = 206+250+13=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA0D is #3105F2. Grayscale: #D2D2D2. Windows color (decimal): -3212787 or 916174. OLE color: 916174.

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

Color convert

RGB 206 250 13 -
CMYK 0.18 0 0.95 0.02
HSL 71.14º 0.96% 0.52% -
HSV(B) 71.14º 0.95% 0.98% -
XYZ 59.71 81.52 12.97 -
YUV 209.83 16.92 125.27 -
System Red Green Blue C M Y K H S L
Decimal 206 250 13 0.18 0 0.95 0.02 71.14 0.96 0.52
Hex CE FA D 12 0 5F 2 47 60 34
Octal 316 372 15 22 0 137 2 107 140 64
Binary 11001110 11111010 1101 10010 0 1011111 10 1000111 1100000 110100

Color Harmonies of #CEFA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA0D

Black with #CEFA0D

Text Example


Text Example

White with #CEFA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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