Html Css Color HEX #CEF90D Electric Lime

📋 copy color: '#CEF90D'

red 206 ◦ green 249 ◦ blue 13

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

Shades of Electric Lime #CEF90D

Tints of Electric Lime #CEF90D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.21%

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

R = 44.02%
G = 53.21%
B = 2.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#CEF90D (or 0xCEF90D) is known color: Electric Lime. HEX triplet: CE, F9 and 0D. RGB value is (206,249,13). Sum of RGB (Red+Green+Blue) = 206+249+13=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 249 (97.66% from 255 or 53.21% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF90D is #3106F2. Grayscale: #D2D2D2. Windows color (decimal): -3213043 or 915918. OLE color: 915918.

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

Color convert

RGB 206 249 13 -
CMYK 0.17 0 0.95 0.02
HSL 70.93º 0.95% 0.51% -
HSV(B) 70.93º 0.95% 0.98% -
XYZ 59.4 80.9 12.87 -
YUV 209.24 17.25 125.69 -
System Red Green Blue C M Y K H S L
Decimal 206 249 13 0.17 0 0.95 0.02 70.93 0.95 0.51
Hex CE F9 D 11 0 5F 2 47 5F 33
Octal 316 371 15 21 0 137 2 107 137 63
Binary 11001110 11111001 1101 10001 0 1011111 10 1000111 1011111 110011

Color Harmonies of #CEF90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF90D

Black with #CEF90D

Text Example


Text Example

White with #CEF90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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