Html Css Color HEX #2CF933 Lime Green

📋 copy color: '#2CF933'

red 44 ◦ green 249 ◦ blue 51

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

Shades of Lime Green #2CF933

Tints of Lime Green #2CF933

RGB

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

 GREEN value IS 249 (97.66% from 255) = 72.38%

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

R = 12.79%
G = 72.38%
B = 14.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#2CF933 (or 0x2CF933) is known color: Lime Green. HEX triplet: 2C, F9 and 33. RGB value is (44,249,51). Sum of RGB (Red+Green+Blue) = 44+249+51=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 249 (97.66% from 255 or 72.38% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF933 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF933 is #D306CC. Grayscale: #A5A5A5. Windows color (decimal): -13829837 or 3406124. OLE color: 3406124.

HSL color Cylindrical-coordinate representation of color #2CF933: hue angle of 122.05º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF933 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 249 51 -
CMYK 0.82 0 0.80 0.02
HSL 122.05º 0.94% 0.57% -
HSV(B) 122.05º 0.82% 0.98% -
XYZ 35.51 68.53 14.49 -
YUV 165.13 63.58 41.6 -
System Red Green Blue C M Y K H S L
Decimal 44 249 51 0.82 0 0.80 0.02 122.05 0.94 0.57
Hex 2C F9 33 52 0 50 2 7A 5E 39
Octal 54 371 63 122 0 120 2 172 136 71
Binary 101100 11111001 110011 1010010 0 1010000 10 1111010 1011110 111001

Color Harmonies of #2CF933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF933

Black with #2CF933

Text Example


Text Example

White with #2CF933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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