Html Css Color HEX #33C026 Lime Green

📋 copy color: '#33C026'

red 51 ◦ green 192 ◦ blue 38

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

Shades of Lime Green #33C026

Tints of Lime Green #33C026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.33%

 BLUE value IS 38 (15.23% from 255) = 13.52%

R = 18.15%
G = 68.33%
B = 13.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#33C026 (or 0x33C026) is known color: Lime Green. HEX triplet: 33, C0 and 26. RGB value is (51,192,38). Sum of RGB (Red+Green+Blue) = 51+192+38=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #33C026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C026 is #CC3FD9. Grayscale: #848484. Windows color (decimal): -13385690 or 2539571. OLE color: 2539571.

HSL color Cylindrical-coordinate representation of color #33C026: hue angle of 114.94º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33C026 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 192 38 -
CMYK 0.73 0 0.80 0.25
HSL 114.94º 0.67% 0.45% -
HSV(B) 114.94º 0.8% 0.75% -
XYZ 20.56 38.54 8.19 -
YUV 132.29 74.79 70.02 -
System Red Green Blue C M Y K H S L
Decimal 51 192 38 0.73 0 0.80 0.25 114.94 0.67 0.45
Hex 33 C0 26 49 0 50 19 73 43 2D
Octal 63 300 46 111 0 120 31 163 103 55
Binary 110011 11000000 100110 1001001 0 1010000 11001 1110011 1000011 101101

Color Harmonies of #33C026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C026

Black with #33C026

Text Example


Text Example

White with #33C026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,192,38); }

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

background-color css

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

 a { background-color: rgb(51,192,38); }

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

border-color css

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

 span { border-color: rgb(51,192,38); }

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