Html Css Color HEX #CEF915 Electric Lime

📋 copy color: '#CEF915'

red 206 ◦ green 249 ◦ blue 21

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

Shades of Electric Lime #CEF915

Tints of Electric Lime #CEF915

RGB

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

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

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

R = 43.28%
G = 52.31%
B = 4.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#CEF915 (or 0xCEF915) is known color: Electric Lime. HEX triplet: CE, F9 and 15. RGB value is (206,249,21). Sum of RGB (Red+Green+Blue) = 206+249+21=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 21 (8.59% from 255 or 4.41% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF915 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF915 is #3106EA. Grayscale: #D3D3D3. Windows color (decimal): -3213035 or 1440206. OLE color: 1440206.

HSL color Cylindrical-coordinate representation of color #CEF915: hue angle of 71.32º degrees, saturation: 0.95, 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 #CEF915 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 21 -
CMYK 0.17 0 0.92 0.02
HSL 71.32º 0.95% 0.53% -
HSV(B) 71.32º 0.92% 0.98% -
XYZ 59.46 80.93 13.2 -
YUV 210.15 21.25 125.04 -
System Red Green Blue C M Y K H S L
Decimal 206 249 21 0.17 0 0.92 0.02 71.32 0.95 0.53
Hex CE F9 15 11 0 5C 2 47 5F 35
Octal 316 371 25 21 0 134 2 107 137 65
Binary 11001110 11111001 10101 10001 0 1011100 10 1000111 1011111 110101

Color Harmonies of #CEF915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF915

Black with #CEF915

Text Example


Text Example

White with #CEF915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF915; }

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

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

background-color css

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

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

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

border-color css

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

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

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