Html Css Color HEX #2CC233 Lime Green

📋 copy color: '#2CC233'

red 44 ◦ green 194 ◦ blue 51

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

Shades of Lime Green #2CC233

Tints of Lime Green #2CC233

RGB

 RED value IS 44 (17.58% from 255) = 15.22%

 GREEN value IS 194 (76.17% from 255) = 67.13%

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 15.22%
G = 67.13%
B = 17.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#2CC233 (or 0x2CC233) is known color: Lime Green. HEX triplet: 2C, C2 and 33. RGB value is (44,194,51). Sum of RGB (Red+Green+Blue) = 44+194+51=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC233 is #D33DCC. Grayscale: #858585. Windows color (decimal): -13843917 or 3392044. OLE color: 3392044.

HSL color Cylindrical-coordinate representation of color #2CC233: hue angle of 122.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC233 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 44 194 51 -
CMYK 0.77 0 0.74 0.24
HSL 122.8º 0.63% 0.47% -
HSV(B) 122.8º 0.77% 0.76% -
XYZ 20.93 39.36 9.63 -
YUV 132.85 81.81 64.63 -
System Red Green Blue C M Y K H S L
Decimal 44 194 51 0.77 0 0.74 0.24 122.8 0.63 0.47
Hex 2C C2 33 4D 0 4A 18 7B 3F 2F
Octal 54 302 63 115 0 112 30 173 77 57
Binary 101100 11000010 110011 1001101 0 1001010 11000 1111011 111111 101111

Color Harmonies of #2CC233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC233

Black with #2CC233

Text Example


Text Example

White with #2CC233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CC233; }

 p { color: rgb(44,194,51); }

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

background-color css

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

 a { background-color: rgb(44,194,51); }

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

border-color css

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

 span { border-color: rgb(44,194,51); }

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