Html Css Color HEX #CCF305 Electric Lime

📋 copy color: '#CCF305'

red 204 ◦ green 243 ◦ blue 5

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

Shades of Electric Lime #CCF305

Tints of Electric Lime #CCF305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 45.13%
G = 53.76%
B = 1.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CCF305 (or 0xCCF305) is known color: Electric Lime. HEX triplet: CC, F3 and 05. RGB value is (204,243,5). Sum of RGB (Red+Green+Blue) = 204+243+5=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 243 (95.31% from 255 or 53.76% from 452); Blue value is 5 (2.34% from 255 or 1.11% from 452); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF305 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF305 is #330CFA. Grayscale: #CDCDCD. Windows color (decimal): -3345659 or 390092. OLE color: 390092.

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

Color convert

RGB 204 243 5 -
CMYK 0.16 0 0.98 0.05
HSL 69.83º 0.96% 0.49% -
HSV(B) 69.83º 0.98% 0.95% -
XYZ 56.98 76.95 11.99 -
YUV 204.21 15.58 127.85 -
System Red Green Blue C M Y K H S L
Decimal 204 243 5 0.16 0 0.98 0.05 69.83 0.96 0.49
Hex CC F3 5 10 0 62 5 46 60 31
Octal 314 363 5 20 0 142 5 106 140 61
Binary 11001100 11110011 101 10000 0 1100010 101 1000110 1100000 110001

Color Harmonies of #CCF305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF305

Black with #CCF305

Text Example


Text Example

White with #CCF305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF305; }

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

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

background-color css

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

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

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

border-color css

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

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

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