Html Css Color HEX #CCF102 Electric Lime

📋 copy color: '#CCF102'

red 204 ◦ green 241 ◦ blue 2

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

Shades of Electric Lime #CCF102

Tints of Electric Lime #CCF102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 45.64%
G = 53.91%
B = 0.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#CCF102 (or 0xCCF102) is known color: Electric Lime. HEX triplet: CC, F1 and 02. RGB value is (204,241,2). Sum of RGB (Red+Green+Blue) = 204+241+2=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF102 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF102 is #330EFD. Grayscale: #CBCBCB. Windows color (decimal): -3346174 or 192972. OLE color: 192972.

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

Color convert

RGB 204 241 2 -
CMYK 0.15 0 0.99 0.05
HSL 69.29º 0.98% 0.48% -
HSV(B) 69.29º 0.99% 0.95% -
XYZ 56.37 75.75 11.71 -
YUV 202.69 14.74 128.93 -
System Red Green Blue C M Y K H S L
Decimal 204 241 2 0.15 0 0.99 0.05 69.29 0.98 0.48
Hex CC F1 2 F 0 63 5 45 62 30
Octal 314 361 2 17 0 143 5 105 142 60
Binary 11001100 11110001 10 1111 0 1100011 101 1000101 1100010 110000

Color Harmonies of #CCF102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF102

Black with #CCF102

Text Example


Text Example

White with #CCF102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF102; }

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

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

background-color css

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

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

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

border-color css

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

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

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