Html Css Color HEX #2CF327 Lime Green

📋 copy color: '#2CF327'

red 44 ◦ green 243 ◦ blue 39

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

Shades of Lime Green #2CF327

Tints of Lime Green #2CF327

RGB

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

 GREEN value IS 243 (95.31% from 255) = 74.54%

 BLUE value IS 39 (15.63% from 255) = 11.96%

R = 13.5%
G = 74.54%
B = 11.96%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#2CF327 (or 0x2CF327) is known color: Lime Green. HEX triplet: 2C, F3 and 27. RGB value is (44,243,39). Sum of RGB (Red+Green+Blue) = 44+243+39=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 243 (95.31% from 255 or 74.54% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF327 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF327 is #D30CD8. Grayscale: #A0A0A0. Windows color (decimal): -13831385 or 2618156. OLE color: 2618156.

HSL color Cylindrical-coordinate representation of color #2CF327: hue angle of 118.53º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CF327 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 44 243 39 -
CMYK 0.82 0 0.84 0.05
HSL 118.53º 0.89% 0.55% -
HSV(B) 118.53º 0.84% 0.95% -
XYZ 33.46 64.78 12.66 -
YUV 160.24 59.57 45.09 -
System Red Green Blue C M Y K H S L
Decimal 44 243 39 0.82 0 0.84 0.05 118.53 0.89 0.55
Hex 2C F3 27 52 0 54 5 77 59 37
Octal 54 363 47 122 0 124 5 167 131 67
Binary 101100 11110011 100111 1010010 0 1010100 101 1110111 1011001 110111

Color Harmonies of #2CF327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF327

Black with #2CF327

Text Example


Text Example

White with #2CF327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,243,39); }

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

background-color css

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

 a { background-color: rgb(44,243,39); }

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

border-color css

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

 span { border-color: rgb(44,243,39); }

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