Html Css Color HEX #33CF27 Lime Green

📋 copy color: '#33CF27'

red 51 ◦ green 207 ◦ blue 39

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

Shades of Lime Green #33CF27

Tints of Lime Green #33CF27

RGB

 RED value IS 51 (20.31% from 255) = 17.17%

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

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

R = 17.17%
G = 69.7%
B = 13.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#33CF27 (or 0x33CF27) is known color: Lime Green. HEX triplet: 33, CF and 27. RGB value is (51,207,39). Sum of RGB (Red+Green+Blue) = 51+207+39=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #33CF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CF27 is #CC30D8. Grayscale: #8D8D8D. Windows color (decimal): -13381849 or 2608947. OLE color: 2608947.

HSL color Cylindrical-coordinate representation of color #33CF27: hue angle of 115.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33CF27 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 207 39 -
CMYK 0.75 0 0.81 0.19
HSL 115.71º 0.68% 0.48% -
HSV(B) 115.71º 0.81% 0.81% -
XYZ 24.04 45.48 9.43 -
YUV 141.2 70.32 63.66 -
System Red Green Blue C M Y K H S L
Decimal 51 207 39 0.75 0 0.81 0.19 115.71 0.68 0.48
Hex 33 CF 27 4B 0 51 13 74 44 30
Octal 63 317 47 113 0 121 23 164 104 60
Binary 110011 11001111 100111 1001011 0 1010001 10011 1110100 1000100 110000

Color Harmonies of #33CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CF27

Black with #33CF27

Text Example


Text Example

White with #33CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33CF27; }

 p { color: rgb(51,207,39); }

 H1.HeaderClassName
 {
   color: #33CF27;
 }
 .AnyTagClassName
 {
   color: #33CF27;
 }
</style>

background-color css

<style>
 a { background-color: #33CF27; }

 a { background-color: rgb(51,207,39); }

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

border-color css

<style>
 span { border-color: #33CF27; }

 span { border-color: rgb(51,207,39); }

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