Html Css Color HEX #CCF902 Electric Lime

📋 copy color: '#CCF902'

red 204 ◦ green 249 ◦ blue 2

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

Shades of Electric Lime #CCF902

Tints of Electric Lime #CCF902

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.73%

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

R = 44.84%
G = 54.73%
B = 0.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#CCF902 (or 0xCCF902) is known color: Electric Lime. HEX triplet: CC, F9 and 02. RGB value is (204,249,2). Sum of RGB (Red+Green+Blue) = 204+249+2=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 249 (97.66% from 255 or 54.73% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF902 is #3306FD. Grayscale: #D0D0D0. Windows color (decimal): -3344126 or 195020. OLE color: 195020.

HSL color Cylindrical-coordinate representation of color #CCF902: hue angle of 70.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCF902 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 2 -
CMYK 0.18 0 0.99 0.02
HSL 70.93º 0.98% 0.49% -
HSV(B) 70.93º 0.99% 0.98% -
XYZ 58.79 80.59 12.51 -
YUV 207.39 12.09 125.58 -
System Red Green Blue C M Y K H S L
Decimal 204 249 2 0.18 0 0.99 0.02 70.93 0.98 0.49
Hex CC F9 2 12 0 63 2 47 62 31
Octal 314 371 2 22 0 143 2 107 142 61
Binary 11001100 11111001 10 10010 0 1100011 10 1000111 1100010 110001

Color Harmonies of #CCF902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF902

Black with #CCF902

Text Example


Text Example

White with #CCF902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF902; }

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

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

background-color css

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

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

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

border-color css

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

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

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