Html Css Color HEX #CEF315 Electric Lime

📋 copy color: '#CEF315'

red 206 ◦ green 243 ◦ blue 21

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

Shades of Electric Lime #CEF315

Tints of Electric Lime #CEF315

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.7%

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

R = 43.83%
G = 51.7%
B = 4.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CEF315 (or 0xCEF315) is known color: Electric Lime. HEX triplet: CE, F3 and 15. RGB value is (206,243,21). Sum of RGB (Red+Green+Blue) = 206+243+21=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 243 (95.31% from 255 or 51.70% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF315 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF315 is #310CEA. Grayscale: #CFCFCF. Windows color (decimal): -3214571 or 1438670. OLE color: 1438670.

HSL color Cylindrical-coordinate representation of color #CEF315: hue angle of 70º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEF315 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 243 21 -
CMYK 0.15 0 0.91 0.05
HSL 70º 0.9% 0.52% -
HSV(B) 70º 0.91% 0.95% -
XYZ 57.64 77.28 12.59 -
YUV 206.63 23.24 127.55 -
System Red Green Blue C M Y K H S L
Decimal 206 243 21 0.15 0 0.91 0.05 70 0.9 0.52
Hex CE F3 15 F 0 5B 5 46 5A 34
Octal 316 363 25 17 0 133 5 106 132 64
Binary 11001110 11110011 10101 1111 0 1011011 101 1000110 1011010 110100

Color Harmonies of #CEF315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF315

Black with #CEF315

Text Example


Text Example

White with #CEF315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF315; }

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

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

background-color css

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

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

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

border-color css

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

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

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