Html Css Color HEX #CDF314 Electric Lime

📋 copy color: '#CDF314'

red 205 ◦ green 243 ◦ blue 20

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

Shades of Electric Lime #CDF314

Tints of Electric Lime #CDF314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.27%

R = 43.8%
G = 51.92%
B = 4.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#CDF314 (or 0xCDF314) is known color: Electric Lime. HEX triplet: CD, F3 and 14. RGB value is (205,243,20). Sum of RGB (Red+Green+Blue) = 205+243+20=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 243 (95.31% from 255 or 51.92% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF314 is #320CEB. Grayscale: #CFCFCF. Windows color (decimal): -3280108 or 1373133. OLE color: 1373133.

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

Color convert

RGB 205 243 20 -
CMYK 0.16 0 0.92 0.05
HSL 70.22º 0.9% 0.52% -
HSV(B) 70.22º 0.92% 0.95% -
XYZ 57.35 77.13 12.53 -
YUV 206.22 22.91 127.13 -
System Red Green Blue C M Y K H S L
Decimal 205 243 20 0.16 0 0.92 0.05 70.22 0.9 0.52
Hex CD F3 14 10 0 5C 5 46 5A 34
Octal 315 363 24 20 0 134 5 106 132 64
Binary 11001101 11110011 10100 10000 0 1011100 101 1000110 1011010 110100

Color Harmonies of #CDF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF314

Black with #CDF314

Text Example


Text Example

White with #CDF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF314; }

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

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

background-color css

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

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

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

border-color css

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

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

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