Html Css Color HEX #CCF41B Electric Lime

📋 copy color: '#CCF41B'

red 204 ◦ green 244 ◦ blue 27

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

Shades of Electric Lime #CCF41B

Tints of Electric Lime #CCF41B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 51.37%

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

R = 42.95%
G = 51.37%
B = 5.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#CCF41B (or 0xCCF41B) is known color: Electric Lime. HEX triplet: CC, F4 and 1B. RGB value is (204,244,27). Sum of RGB (Red+Green+Blue) = 204+244+27=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 244 (95.70% from 255 or 51.37% from 475); Blue value is 27 (10.94% from 255 or 5.68% from 475); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF41B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF41B is #330BE4. Grayscale: #D0D0D0. Windows color (decimal): -3345381 or 1832140. OLE color: 1832140.

HSL color Cylindrical-coordinate representation of color #CCF41B: hue angle of 71.06º degrees, saturation: 0.91, 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 #CCF41B is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 27 -
CMYK 0.16 0 0.89 0.04
HSL 71.06º 0.91% 0.53% -
HSV(B) 71.06º 0.89% 0.96% -
XYZ 57.45 77.62 12.99 -
YUV 207.3 26.25 125.64 -
System Red Green Blue C M Y K H S L
Decimal 204 244 27 0.16 0 0.89 0.04 71.06 0.91 0.53
Hex CC F4 1B 10 0 59 4 47 5B 35
Octal 314 364 33 20 0 131 4 107 133 65
Binary 11001100 11110100 11011 10000 0 1011001 100 1000111 1011011 110101

Color Harmonies of #CCF41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF41B

Black with #CCF41B

Text Example


Text Example

White with #CCF41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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