Html Css Color HEX #3CBB35 Lime Green

📋 copy color: '#3CBB35'

red 60 ◦ green 187 ◦ blue 53

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

Shades of Lime Green #3CBB35

Tints of Lime Green #3CBB35

RGB

 RED value IS 60 (23.83% from 255) = 20%

 GREEN value IS 187 (73.44% from 255) = 62.33%

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

R = 20%
G = 62.33%
B = 17.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#3CBB35 (or 0x3CBB35) is known color: Lime Green. HEX triplet: 3C, BB and 35. RGB value is (60,187,53). Sum of RGB (Red+Green+Blue) = 60+187+53=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 187 (73.44% from 255 or 62.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBB35 is #C344CA. Grayscale: #868686. Windows color (decimal): -12797131 or 3521340. OLE color: 3521340.

HSL color Cylindrical-coordinate representation of color #3CBB35: hue angle of 116.87º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CBB35 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 187 53 -
CMYK 0.68 0 0.72 0.27
HSL 116.87º 0.56% 0.47% -
HSV(B) 116.87º 0.72% 0.73% -
XYZ 20.28 36.76 9.39 -
YUV 133.75 82.42 75.4 -
System Red Green Blue C M Y K H S L
Decimal 60 187 53 0.68 0 0.72 0.27 116.87 0.56 0.47
Hex 3C BB 35 44 0 48 1B 75 38 2F
Octal 74 273 65 104 0 110 33 165 70 57
Binary 111100 10111011 110101 1000100 0 1001000 11011 1110101 111000 101111

Color Harmonies of #3CBB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBB35

Black with #3CBB35

Text Example


Text Example

White with #3CBB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,187,53); }

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

background-color css

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

 a { background-color: rgb(60,187,53); }

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

border-color css

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

 span { border-color: rgb(60,187,53); }

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