Html Css Color HEX #CCF101 Electric Lime

📋 copy color: '#CCF101'

red 204 ◦ green 241 ◦ blue 1

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

Shades of Electric Lime #CCF101

Tints of Electric Lime #CCF101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 45.74%
G = 54.04%
B = 0.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#CCF101 (or 0xCCF101) is known color: Electric Lime. HEX triplet: CC, F1 and 01. RGB value is (204,241,1). Sum of RGB (Red+Green+Blue) = 204+241+1=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF101 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF101 is #330EFE. Grayscale: #CBCBCB. Windows color (decimal): -3346175 or 127436. OLE color: 127436.

HSL color Cylindrical-coordinate representation of color #CCF101: hue angle of 69.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCF101 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 1 -
CMYK 0.15 0 1.00 0.05
HSL 69.25º 0.99% 0.47% -
HSV(B) 69.25º 1% 0.95% -
XYZ 56.36 75.75 11.68 -
YUV 202.58 14.24 129.01 -
System Red Green Blue C M Y K H S L
Decimal 204 241 1 0.15 0 1.00 0.05 69.25 0.99 0.47
Hex CC F1 1 F 0 64 5 45 63 2F
Octal 314 361 1 17 0 144 5 105 143 57
Binary 11001100 11110001 1 1111 0 1100100 101 1000101 1100011 101111

Color Harmonies of #CCF101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF101

Black with #CCF101

Text Example


Text Example

White with #CCF101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF101; }

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

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

background-color css

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

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

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

border-color css

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

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

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