Html Css Color HEX #CCF302 Electric Lime

📋 copy color: '#CCF302'

red 204 ◦ green 243 ◦ blue 2

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

Shades of Electric Lime #CCF302

Tints of Electric Lime #CCF302

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.12%

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

R = 45.43%
G = 54.12%
B = 0.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#CCF302 (or 0xCCF302) is known color: Electric Lime. HEX triplet: CC, F3 and 02. RGB value is (204,243,2). Sum of RGB (Red+Green+Blue) = 204+243+2=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF302 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF302 is #330CFD. Grayscale: #CCCCCC. Windows color (decimal): -3345662 or 193484. OLE color: 193484.

HSL color Cylindrical-coordinate representation of color #CCF302: hue angle of 69.71º 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 #CCF302 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 2 -
CMYK 0.16 0 0.99 0.05
HSL 69.71º 0.98% 0.48% -
HSV(B) 69.71º 0.99% 0.95% -
XYZ 56.96 76.94 11.91 -
YUV 203.87 14.08 128.1 -
System Red Green Blue C M Y K H S L
Decimal 204 243 2 0.16 0 0.99 0.05 69.71 0.98 0.48
Hex CC F3 2 10 0 63 5 46 62 30
Octal 314 363 2 20 0 143 5 106 142 60
Binary 11001100 11110011 10 10000 0 1100011 101 1000110 1100010 110000

Color Harmonies of #CCF302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF302

Black with #CCF302

Text Example


Text Example

White with #CCF302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF302; }

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

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

background-color css

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

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

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

border-color css

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

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

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