Html Css Color HEX #3DCC05 Kelly Green

📋 copy color: '#3DCC05'

red 61 ◦ green 204 ◦ blue 5

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

Shades of Kelly Green #3DCC05

Tints of Kelly Green #3DCC05

RGB

 RED value IS 61 (24.22% from 255) = 22.59%

 GREEN value IS 204 (80.08% from 255) = 75.56%

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

R = 22.59%
G = 75.56%
B = 1.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#3DCC05 (or 0x3DCC05) is known color: Kelly Green. HEX triplet: 3D, CC and 05. RGB value is (61,204,5). Sum of RGB (Red+Green+Blue) = 61+204+5=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCC05 is #C233FA. Grayscale: #8B8B8B. Windows color (decimal): -12727291 or 379965. OLE color: 379965.

HSL color Cylindrical-coordinate representation of color #3DCC05: hue angle of 103.12º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DCC05 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 61 204 5 -
CMYK 0.70 0 0.98 0.2
HSL 103.12º 0.95% 0.41% -
HSV(B) 103.12º 0.98% 0.8% -
XYZ 23.54 44.19 7.43 -
YUV 138.56 52.62 72.68 -
System Red Green Blue C M Y K H S L
Decimal 61 204 5 0.70 0 0.98 0.2 103.12 0.95 0.41
Hex 3D CC 5 46 0 62 14 67 5F 29
Octal 75 314 5 106 0 142 24 147 137 51
Binary 111101 11001100 101 1000110 0 1100010 10100 1100111 1011111 101001

Color Harmonies of #3DCC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCC05

Black with #3DCC05

Text Example


Text Example

White with #3DCC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DCC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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