Html Css Color HEX #CEFA07 Electric Lime

📋 copy color: '#CEFA07'

red 206 ◦ green 250 ◦ blue 7

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

Shades of Electric Lime #CEFA07

Tints of Electric Lime #CEFA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.51%

R = 44.49%
G = 54%
B = 1.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#CEFA07 (or 0xCEFA07) is known color: Electric Lime. HEX triplet: CE, FA and 07. RGB value is (206,250,7). Sum of RGB (Red+Green+Blue) = 206+250+7=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 7 (3.12% from 255 or 1.51% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA07 is #3105F8. Grayscale: #D2D2D2. Windows color (decimal): -3212793 or 522958. OLE color: 522958.

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

Color convert

RGB 206 250 7 -
CMYK 0.18 0 0.97 0.02
HSL 70.86º 0.96% 0.5% -
HSV(B) 70.86º 0.97% 0.98% -
XYZ 59.68 81.51 12.79 -
YUV 209.14 13.92 125.76 -
System Red Green Blue C M Y K H S L
Decimal 206 250 7 0.18 0 0.97 0.02 70.86 0.96 0.5
Hex CE FA 7 12 0 61 2 47 60 32
Octal 316 372 7 22 0 141 2 107 140 62
Binary 11001110 11111010 111 10010 0 1100001 10 1000111 1100000 110010

Color Harmonies of #CEFA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA07

Black with #CEFA07

Text Example


Text Example

White with #CEFA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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