Html Css Color HEX #3BCC35 Lime Green

📋 copy color: '#3BCC35'

red 59 ◦ green 204 ◦ blue 53

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

Shades of Lime Green #3BCC35

Tints of Lime Green #3BCC35

RGB

 RED value IS 59 (23.44% from 255) = 18.67%

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

 BLUE value IS 53 (21.09% from 255) = 16.77%

R = 18.67%
G = 64.56%
B = 16.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#3BCC35 (or 0x3BCC35) is known color: Lime Green. HEX triplet: 3B, CC and 35. RGB value is (59,204,53). Sum of RGB (Red+Green+Blue) = 59+204+53=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 204 (80.08% from 255 or 64.56% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 204 - color contains mainly: green. Hex color #3BCC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCC35 is #C433CA. Grayscale: #8F8F8F. Windows color (decimal): -12858315 or 3525691. OLE color: 3525691.

HSL color Cylindrical-coordinate representation of color #3BCC35: hue angle of 117.62º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BCC35 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 59 204 53 -
CMYK 0.71 0 0.74 0.2
HSL 117.62º 0.6% 0.5% -
HSV(B) 117.62º 0.74% 0.8% -
XYZ 24.04 44.37 10.67 -
YUV 143.43 76.96 67.78 -
System Red Green Blue C M Y K H S L
Decimal 59 204 53 0.71 0 0.74 0.2 117.62 0.6 0.5
Hex 3B CC 35 47 0 4A 14 76 3C 32
Octal 73 314 65 107 0 112 24 166 74 62
Binary 111011 11001100 110101 1000111 0 1001010 10100 1110110 111100 110010

Color Harmonies of #3BCC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCC35

Black with #3BCC35

Text Example


Text Example

White with #3BCC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,204,53); }

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

background-color css

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

 a { background-color: rgb(59,204,53); }

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

border-color css

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

 span { border-color: rgb(59,204,53); }

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