Html Css Color HEX #CCEB0B Electric Lime

📋 copy color: '#CCEB0B'

red 204 ◦ green 235 ◦ blue 11

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

Shades of Electric Lime #CCEB0B

Tints of Electric Lime #CCEB0B

RGB

 RED value IS 204 (80.08% from 255) = 45.33%

 GREEN value IS 235 (92.19% from 255) = 52.22%

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

R = 45.33%
G = 52.22%
B = 2.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#CCEB0B (or 0xCCEB0B) is known color: Electric Lime. HEX triplet: CC, EB and 0B. RGB value is (204,235,11). Sum of RGB (Red+Green+Blue) = 204+235+11=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEB0B is #3314F4. Grayscale: #C9C9C9. Windows color (decimal): -3347701 or 781260. OLE color: 781260.

HSL color Cylindrical-coordinate representation of color #CCEB0B: hue angle of 68.3º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCEB0B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 11 -
CMYK 0.13 0 0.95 0.08
HSL 68.3º 0.91% 0.48% -
HSV(B) 68.3º 0.95% 0.92% -
XYZ 54.67 72.28 11.39 -
YUV 200.2 21.23 130.71 -
System Red Green Blue C M Y K H S L
Decimal 204 235 11 0.13 0 0.95 0.08 68.3 0.91 0.48
Hex CC EB B D 0 5F 8 44 5B 30
Octal 314 353 13 15 0 137 10 104 133 60
Binary 11001100 11101011 1011 1101 0 1011111 1000 1000100 1011011 110000

Color Harmonies of #CCEB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB0B

Black with #CCEB0B

Text Example


Text Example

White with #CCEB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB0B; }

 p { color: rgb(204,235,11); }

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

background-color css

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

 a { background-color: rgb(204,235,11); }

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

border-color css

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

 span { border-color: rgb(204,235,11); }

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