Html Css Color HEX #CCF51B Electric Lime

📋 copy color: '#CCF51B'

red 204 ◦ green 245 ◦ blue 27

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

Shades of Electric Lime #CCF51B

Tints of Electric Lime #CCF51B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.47%

 BLUE value IS 27 (10.94% from 255) = 5.67%

R = 42.86%
G = 51.47%
B = 5.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#CCF51B (or 0xCCF51B) is known color: Electric Lime. HEX triplet: CC, F5 and 1B. RGB value is (204,245,27). Sum of RGB (Red+Green+Blue) = 204+245+27=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 245 (96.09% from 255 or 51.47% from 476); Blue value is 27 (10.94% from 255 or 5.67% from 476); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF51B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF51B is #330AE4. Grayscale: #D0D0D0. Windows color (decimal): -3345125 or 1832396. OLE color: 1832396.

HSL color Cylindrical-coordinate representation of color #CCF51B: hue angle of 71.28º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCF51B is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 27 -
CMYK 0.17 0 0.89 0.04
HSL 71.28º 0.92% 0.53% -
HSV(B) 71.28º 0.89% 0.96% -
XYZ 57.75 78.22 13.09 -
YUV 207.89 25.92 125.23 -
System Red Green Blue C M Y K H S L
Decimal 204 245 27 0.17 0 0.89 0.04 71.28 0.92 0.53
Hex CC F5 1B 11 0 59 4 47 5C 35
Octal 314 365 33 21 0 131 4 107 134 65
Binary 11001100 11110101 11011 10001 0 1011001 100 1000111 1011100 110101

Color Harmonies of #CCF51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF51B

Black with #CCF51B

Text Example


Text Example

White with #CCF51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF51B; }

 p { color: rgb(204,245,27); }

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

background-color css

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

 a { background-color: rgb(204,245,27); }

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

border-color css

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

 span { border-color: rgb(204,245,27); }

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