Html Css Color HEX #CEF00B Electric Lime

📋 copy color: '#CEF00B'

red 206 ◦ green 240 ◦ blue 11

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

Shades of Electric Lime #CEF00B

Tints of Electric Lime #CEF00B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.52%

 BLUE value IS 11 (4.69% from 255) = 2.41%

R = 45.08%
G = 52.52%
B = 2.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#CEF00B (or 0xCEF00B) is known color: Electric Lime. HEX triplet: CE, F0 and 0B. RGB value is (206,240,11). Sum of RGB (Red+Green+Blue) = 206+240+11=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF00B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF00B is #310FF4. Grayscale: #CCCCCC. Windows color (decimal): -3215349 or 782542. OLE color: 782542.

HSL color Cylindrical-coordinate representation of color #CEF00B: hue angle of 68.91º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEF00B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 11 -
CMYK 0.14 0 0.95 0.06
HSL 68.91º 0.91% 0.49% -
HSV(B) 68.91º 0.95% 0.94% -
XYZ 56.67 75.47 11.9 -
YUV 203.73 19.24 129.62 -
System Red Green Blue C M Y K H S L
Decimal 206 240 11 0.14 0 0.95 0.06 68.91 0.91 0.49
Hex CE F0 B E 0 5F 6 45 5B 31
Octal 316 360 13 16 0 137 6 105 133 61
Binary 11001110 11110000 1011 1110 0 1011111 110 1000101 1011011 110001

Color Harmonies of #CEF00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF00B

Black with #CEF00B

Text Example


Text Example

White with #CEF00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF00B; }

 p { color: rgb(206,240,11); }

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

background-color css

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

 a { background-color: rgb(206,240,11); }

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

border-color css

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

 span { border-color: rgb(206,240,11); }

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