Html Css Color HEX #CCF104 Electric Lime

📋 copy color: '#CCF104'

red 204 ◦ green 241 ◦ blue 4

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

Shades of Electric Lime #CCF104

Tints of Electric Lime #CCF104

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.67%

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 45.43%
G = 53.67%
B = 0.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CCF104 (or 0xCCF104) is known color: Electric Lime. HEX triplet: CC, F1 and 04. RGB value is (204,241,4). Sum of RGB (Red+Green+Blue) = 204+241+4=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 241 (94.53% from 255 or 53.67% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF104 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF104 is #330EFB. Grayscale: #CBCBCB. Windows color (decimal): -3346172 or 324044. OLE color: 324044.

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

Color convert

RGB 204 241 4 -
CMYK 0.15 0 0.98 0.05
HSL 69.37º 0.97% 0.48% -
HSV(B) 69.37º 0.98% 0.95% -
XYZ 56.38 75.76 11.77 -
YUV 202.92 15.74 128.77 -
System Red Green Blue C M Y K H S L
Decimal 204 241 4 0.15 0 0.98 0.05 69.37 0.97 0.48
Hex CC F1 4 F 0 62 5 45 61 30
Octal 314 361 4 17 0 142 5 105 141 60
Binary 11001100 11110001 100 1111 0 1100010 101 1000101 1100001 110000

Color Harmonies of #CCF104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF104

Black with #CCF104

Text Example


Text Example

White with #CCF104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF104; }

 p { color: rgb(204,241,4); }

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

background-color css

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

 a { background-color: rgb(204,241,4); }

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

border-color css

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

 span { border-color: rgb(204,241,4); }

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