Html Css Color HEX #3CCF22 Lime Green

📋 copy color: '#3CCF22'

red 60 ◦ green 207 ◦ blue 34

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

Shades of Lime Green #3CCF22

Tints of Lime Green #3CCF22

RGB

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

 GREEN value IS 207 (81.25% from 255) = 68.77%

 BLUE value IS 34 (13.67% from 255) = 11.3%

R = 19.93%
G = 68.77%
B = 11.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#3CCF22 (or 0x3CCF22) is known color: Lime Green. HEX triplet: 3C, CF and 22. RGB value is (60,207,34). Sum of RGB (Red+Green+Blue) = 60+207+34=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 207 (81.25% from 255 or 68.77% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCF22 is #C330DD. Grayscale: #8F8F8F. Windows color (decimal): -12792030 or 2281276. OLE color: 2281276.

HSL color Cylindrical-coordinate representation of color #3CCF22: hue angle of 110.98º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CCF22 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 207 34 -
CMYK 0.71 0 0.84 0.19
HSL 110.98º 0.72% 0.47% -
HSV(B) 110.98º 0.84% 0.81% -
XYZ 24.47 45.7 9.05 -
YUV 143.33 66.3 68.57 -
System Red Green Blue C M Y K H S L
Decimal 60 207 34 0.71 0 0.84 0.19 110.98 0.72 0.47
Hex 3C CF 22 47 0 54 13 6F 48 2F
Octal 74 317 42 107 0 124 23 157 110 57
Binary 111100 11001111 100010 1000111 0 1010100 10011 1101111 1001000 101111

Color Harmonies of #3CCF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCF22

Black with #3CCF22

Text Example


Text Example

White with #3CCF22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,207,34); }

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

background-color css

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

 a { background-color: rgb(60,207,34); }

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

border-color css

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

 span { border-color: rgb(60,207,34); }

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