Html Css Color HEX #33CF41 Lime Green

📋 copy color: '#33CF41'

red 51 ◦ green 207 ◦ blue 65

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

Shades of Lime Green #33CF41

Tints of Lime Green #33CF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 15.79%
G = 64.09%
B = 20.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#33CF41 (or 0x33CF41) is known color: Lime Green. HEX triplet: 33, CF and 41. RGB value is (51,207,65). Sum of RGB (Red+Green+Blue) = 51+207+65=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 207 (81.25% from 255 or 64.09% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 207 - color contains mainly: green. Hex color #33CF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CF41 is #CC30BE. Grayscale: #909090. Windows color (decimal): -13381823 or 4312883. OLE color: 4312883.

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

Color convert

RGB 51 207 65 -
CMYK 0.75 0 0.69 0.19
HSL 125.38º 0.62% 0.51% -
HSV(B) 125.38º 0.75% 0.81% -
XYZ 24.63 45.71 12.53 -
YUV 144.17 83.32 61.55 -
System Red Green Blue C M Y K H S L
Decimal 51 207 65 0.75 0 0.69 0.19 125.38 0.62 0.51
Hex 33 CF 41 4B 0 45 13 7D 3E 33
Octal 63 317 101 113 0 105 23 175 76 63
Binary 110011 11001111 1000001 1001011 0 1000101 10011 1111101 111110 110011

Color Harmonies of #33CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CF41

Black with #33CF41

Text Example


Text Example

White with #33CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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