Html Css Color HEX #CDF312 Electric Lime

📋 copy color: '#CDF312'

red 205 ◦ green 243 ◦ blue 18

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

Shades of Electric Lime #CDF312

Tints of Electric Lime #CDF312

RGB

 RED value IS 205 (80.47% from 255) = 43.99%

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

 BLUE value IS 18 (7.42% from 255) = 3.86%

R = 43.99%
G = 52.15%
B = 3.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#CDF312 (or 0xCDF312) is known color: Electric Lime. HEX triplet: CD, F3 and 12. RGB value is (205,243,18). Sum of RGB (Red+Green+Blue) = 205+243+18=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF312 is #320CED. Grayscale: #CECECE. Windows color (decimal): -3280110 or 1242061. OLE color: 1242061.

HSL color Cylindrical-coordinate representation of color #CDF312: hue angle of 70.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDF312 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 243 18 -
CMYK 0.16 0 0.93 0.05
HSL 70.13º 0.9% 0.51% -
HSV(B) 70.13º 0.93% 0.95% -
XYZ 57.34 77.12 12.44 -
YUV 205.99 21.91 127.3 -
System Red Green Blue C M Y K H S L
Decimal 205 243 18 0.16 0 0.93 0.05 70.13 0.9 0.51
Hex CD F3 12 10 0 5D 5 46 5A 33
Octal 315 363 22 20 0 135 5 106 132 63
Binary 11001101 11110011 10010 10000 0 1011101 101 1000110 1011010 110011

Color Harmonies of #CDF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF312

Black with #CDF312

Text Example


Text Example

White with #CDF312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF312; }

 p { color: rgb(205,243,18); }

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

background-color css

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

 a { background-color: rgb(205,243,18); }

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

border-color css

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

 span { border-color: rgb(205,243,18); }

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