Html Css Color HEX #CCF405 Electric Lime

📋 copy color: '#CCF405'

red 204 ◦ green 244 ◦ blue 5

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

Shades of Electric Lime #CCF405

Tints of Electric Lime #CCF405

RGB

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

 GREEN value IS 244 (95.7% from 255) = 53.86%

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

R = 45.03%
G = 53.86%
B = 1.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#CCF405 (or 0xCCF405) is known color: Electric Lime. HEX triplet: CC, F4 and 05. RGB value is (204,244,5). Sum of RGB (Red+Green+Blue) = 204+244+5=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 244 (95.70% from 255 or 53.86% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF405 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF405 is #330BFA. Grayscale: #CDCDCD. Windows color (decimal): -3345403 or 390348. OLE color: 390348.

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

Color convert

RGB 204 244 5 -
CMYK 0.16 0 0.98 0.04
HSL 70.04º 0.96% 0.49% -
HSV(B) 70.04º 0.98% 0.96% -
XYZ 57.28 77.55 12.09 -
YUV 204.79 15.25 127.43 -
System Red Green Blue C M Y K H S L
Decimal 204 244 5 0.16 0 0.98 0.04 70.04 0.96 0.49
Hex CC F4 5 10 0 62 4 46 60 31
Octal 314 364 5 20 0 142 4 106 140 61
Binary 11001100 11110100 101 10000 0 1100010 100 1000110 1100000 110001

Color Harmonies of #CCF405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF405

Black with #CCF405

Text Example


Text Example

White with #CCF405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF405; }

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

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

background-color css

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

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

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

border-color css

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

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

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