Html Css Color HEX #C2E02F Las Palmas

📋 copy color: '#C2E02F'

red 194 ◦ green 224 ◦ blue 47

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

Shades of Las Palmas #C2E02F

Tints of Las Palmas #C2E02F

RGB

 RED value IS 194 (76.17% from 255) = 41.72%

 GREEN value IS 224 (87.89% from 255) = 48.17%

 BLUE value IS 47 (18.75% from 255) = 10.11%

R = 41.72%
G = 48.17%
B = 10.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#C2E02F (or 0xC2E02F) is known color: Las Palmas. HEX triplet: C2, E0 and 2F. RGB value is (194,224,47). Sum of RGB (Red+Green+Blue) = 194+224+47=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E02F is #3D1FD0. Grayscale: #C3C3C3. Windows color (decimal): -4005841 or 3137730. OLE color: 3137730.

HSL color Cylindrical-coordinate representation of color #C2E02F: hue angle of 70.17º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2E02F is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 224 47 -
CMYK 0.13 0 0.79 0.12
HSL 70.17º 0.74% 0.53% -
HSV(B) 70.17º 0.79% 0.88% -
XYZ 49.42 64.99 12.63 -
YUV 194.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 194 224 47 0.13 0 0.79 0.12 70.17 0.74 0.53
Hex C2 E0 2F D 0 4F C 46 4A 35
Octal 302 340 57 15 0 117 14 106 112 65
Binary 11000010 11100000 101111 1101 0 1001111 1100 1000110 1001010 110101

Color Harmonies of #C2E02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E02F

Black with #C2E02F

Text Example


Text Example

White with #C2E02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E02F; }

 p { color: rgb(194,224,47); }

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

background-color css

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

 a { background-color: rgb(194,224,47); }

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

border-color css

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

 span { border-color: rgb(194,224,47); }

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