Html Css Color HEX #CCF309 Electric Lime

📋 copy color: '#CCF309'

red 204 ◦ green 243 ◦ blue 9

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

Shades of Electric Lime #CCF309

Tints of Electric Lime #CCF309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.97%

R = 44.74%
G = 53.29%
B = 1.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#CCF309 (or 0xCCF309) is known color: Electric Lime. HEX triplet: CC, F3 and 09. RGB value is (204,243,9). Sum of RGB (Red+Green+Blue) = 204+243+9=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF309 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF309 is #330CF6. Grayscale: #CDCDCD. Windows color (decimal): -3345655 or 652236. OLE color: 652236.

HSL color Cylindrical-coordinate representation of color #CCF309: hue angle of 70º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCF309 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 9 -
CMYK 0.16 0 0.96 0.05
HSL 70º 0.93% 0.49% -
HSV(B) 70º 0.96% 0.95% -
XYZ 57 76.96 12.11 -
YUV 204.66 17.58 127.53 -
System Red Green Blue C M Y K H S L
Decimal 204 243 9 0.16 0 0.96 0.05 70 0.93 0.49
Hex CC F3 9 10 0 60 5 46 5D 31
Octal 314 363 11 20 0 140 5 106 135 61
Binary 11001100 11110011 1001 10000 0 1100000 101 1000110 1011101 110001

Color Harmonies of #CCF309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF309

Black with #CCF309

Text Example


Text Example

White with #CCF309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF309; }

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

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

background-color css

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

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

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

border-color css

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

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

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